home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
CINEBENCH 2003
/
resource
/
modules
/
shader
/
res
/
description
/
Xsunburst.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
369b
|
15 lines
#ifndef _Xsunburst_H_
#define _Xsunburst_H_
enum
{
SUNBURSTSHADER_SCALE_R = 1000, // REAL
SUNBURSTSHADER_SCALE_A = 1001, // REAL
SUNBURSTSHADER_TURBULENCE = 1002, // REAL
SUNBURSTSHADER_FREQUENCY = 1003, // REAL
SUNBURSTSHADER_RADIUS = 1004, // REAL
SUNBURSTSHADER_HEIGHT = 1005, // REAL
SUNBURSTSHADER_COLOR = 1006 // GRADIENT
};
#endif